Active Directory User Properties Change

A complete application in VS 2005 and VB.NET, for Request Request in User Details in Active Directory, with flow to HR and then to IT for approval and update AD. You need to chage some user names and password accordingly in Web.Config and other few pages (Data Access.vb). Enjoy:)

A.Data Framework for XML-based Client Data Storage

ADataFW.zip (1,7 MB)
A.Data is a simple framework for storing data used by .NET client apps. It uses standard XML serialization methods for persisting data, C# structures for defining structure of a data item, and the generic List<> for storing the structure objects. The serialized XML is analogous to the database file, the List<> is analogous to the data table, and the struct is a row in the data table. The framework is published as a Visual Studio project template with a wizard for defining the file location and the struct name. The source code for the A.Data.Database.dll assembly, which contains a class (called A.Data.Database, incidentally) that provides standard Database functions to the Database class in the project. Also, the code for the Wizard is included for customization and improvement purposes.

Auto-Input Protection (AIP) for ASP.NET

aip.zip (12,4 MB)
AIP is an extensible ASP.NET web control that provides CAPTCHA protection for your blogs, forums, wikis and websites, greatly reducing the likelihood of unwanted form submission from automated spam and hacks. The control has design-time and templating support for Visual Studio.

Ajax Controls and Extenders

Ajax Controls and Extenders written in C# using Ajax 1.x and MS Visual Studio 2005.

arachnode.net

arachnode.zip (77,6 MB)
http://arachnode.net 2.6 release +lucene.net

AscendedThemeKit (Themed Windows Forms and Controls)

The child of the Ascend.Net controls and ThemeKit theming forms and controls. Add themable forms and controls to your project.

BIDS Helper

bidshelper.zip (235,9 MB)
A Visual Studio add-in that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDTBI).

BuildCop

BuildCop.zip (3,8 MB)
Analyzes MSBuild project files (interactively or during e.g. a daily build) according to a customizable set of rules and generates reports - e.g. is strong naming enabled, are certain project properties set correctly, is XML documentation being generated, are assembly references correct, are naming conventions respected, ...

BVB Stock Info

small application for the romanian stock exchange

Class Builder Wizard

Class Builder Wizard is a Microsoft Visual Studio wizard that generates data object classes and a full data layer implementation for database objects (MS SQL Server and others). It can also be used to quickly create custom classes (not necessarily based on a database object) by defining the structure of the class "manually." A full plug-in interface has been implemented to support data sources beyond the default (MS SQL) and allow for third-party data sources. This code generator can create code in C# and VB.Net. The generated objects are serializable and are easily bound to Windows and ASP.Net form controls, or utilized in web services. This project was created to speed-up my personal development process by automating several tasks that I found repetitive between projects. My hope is that by releasing it here, others will find it useful as well. Please download and read the Readme file for more information about what the Class Builder Wizard is and how you can make use of its capabilities.

CleanAct - Computer Maintenance System

cleanact.zip (6,7 MB)
CleanAct is the next generation tool for system maintenance written and designed using the latest of Microsoft .NET technologies. It is designed to be extensible and stable for use in both consumer and commercial environments.

Club Starter Kit

Microsoft has created an excellent starter kit, the Club Starter Kit, for individual clubs to host a variety of content. As an extension of the initial project, with the spirit of open source, we add additional value to the Club Starter Kit.

Code Review Add-In

The Code Review Add-In helps the process of reviewing code and publishing the results as work items to the Team System Server for team members to review them.

cput

cput.zip (6,7 MB)
Cput – is the unit test framework that allow create and run tests for C++ projects. MS Visual Studio add-in makes easier to add new tests, debug and run existing. Currently support x86 C++ projects for MS VS 2005 and 2008. It's developed in C++.

C# Snippets (from VB Snippets in VS.Net 2005)

C# Snippets is a collection of almost 300 snippets from the VB.Net Snippet collection ported over to C#.

C# Snippets for Visual Studio 2005 and 2008

csn.zip (319 kB)
A collection of parameterized C# code snippets.

DB Connection Visualizer

This is a debugger visualizer add-on for Microsoft Visual Studio 2005. It gives you a quick way to run a SQL statement against a database connection and view the results in a grid while debugging your code.

Debug Companion

Extends Visual Studio 2005 with IL (Intermediate Language) debugging capability. This add-in allows to debug .NET FCL (Framework Class Library) assemblies, or any other assemblies wich are registered in GAC, even when no source code is available. Steps to enable IL debugging for your project: 1. Go to "Debug/Configure IL Debugging" menu 2. Choose project from a list 3. Choose assemblies to debug and press "Enable debugging" button From now on, it will be possible to debug chosen framework assemblies, including capability to watch variables and set breakpoints. Limitation of the current version - it's impossible to debug mscorlib and those assemblies, which contain native code.

Dependency Visualizer

Have you ever wondered how your projects depend on each other, or just downloaded sources from CodePlex and want to know how it fits together? With the help of Dependency Visualizer you do not have to wonder anymore! Dependency Visualizer graphically shows the inter-project dependencies between Visual Studio projects as a SVG and/or PNG diagram. Both project and file references are supported and project references are followed recursively. Support for both Visual Studio 2005 and 2008. MSBuild compatible project types are supported, but by popular request, it also supports solution files and C++ projects.

DinnerNow.net

DinnerNow.zip (338,0 MB)
DinnerNow is a fictitious marketplace where customers can order food from local restaurants for delivery to their home or office. This sample application is designed to demonstrate how you can develop a connected application using several new Microsoft technologies, including: II